home *** CD-ROM | disk | FTP | other *** search
- /*
- File: SPDefs.h
-
- Contains: xxx put contents here xxx
-
- Owned by: Nick Pilch
-
- Copyright: © 1996 - 1997 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <7> 1/8/97 DH 1401434: Properly group STR resources
- different from STR#.
- <6> 12/18/96 DH 1375780: Added error string constant for
- opening Read only documents with too large
- doc size.
- <5> 11.09.1996 NP 1386084: new string
- <3> 6/18/96 NP 10002: Launch time speedups.
- <2> 6/14/96 NP 10002: Launch time speedups
- <1> 07.06.1996 NP first checked in
-
- To Do:
- */
-
- #ifndef _SPDEFS_
- #define _SPDEFS_
-
- #ifndef _RSRCBASE_
- #include "RsrcBase.h"
- #endif
-
- // STR#
- #define kODSysProcStringsID kODShellRsrcBase + 0
-
- #define kODSPStrIndexComplexErrMssg 1
- #define kODSPStrIndexTwoPartErrMssg 2
- #define kODSPStrIndexOnePartErrMssg 3
- #define kODSPStrIndexWrongVersSys 4
- //#define kODSPStrIndexVerySimpleErrMssg xx
-
- // STR
- #define kODSPStrCannotOpenRODocSizeErrMsg (kODShellRsrcBase + 0)
-
-
- #endif /* _SPDEFS_ */
-